home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4559 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  817 b   |  18 lines

  1. I ett brev frσn 24 Feb 96 skrev Olaf Barthel till :
  2.  
  3.  >>I just noticed that waitTOF doesn't work under CyberGraphX.Well
  4.  >> it works but it gives me the usual 50Hz not72Hz as I have now...
  5.  >> Is there another way to do this?
  6.  
  7.  OB>    Use the timer.device and hope to hell you get your rendering done
  8.  OB> fast enough to avoid visual effects. No graphics card I know of
  9.  OB> propagates sync signals to the API level.
  10.  
  11. That is realy bad, because that makes any gameprogramming hard, not to say impossible, even a simple 'poing'-game looks ugly if the graphics is updated asyncronous to the display frequency.
  12.  
  13. A simple hack to get it work on you'r own machine is just to connect v-sync on the monitor outlet to ACK in the paralell port, but, then the programs will only run on that machine :(
  14.  
  15. M.V.H. Mats Magnusson
  16.  
  17.  
  18.